![]() |
struct IconFamilyElement {
OSType elementType; /* 'ICN#', 'icl8', etc...*/
Size elementSize; /* Size of this element*/
unsigned char elementData[1];
};
typedef struct IconFamilyElement IconFamilyElement;